home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Source: /afs/athena.mit.edu/user/j/jon/mac/MIT/Libraries/CIncludes/krb/RCS/conf-MacOS.h,v $
- * $Author: jon $
- * $Header: /afs/athena.mit.edu/user/j/jon/mac/MIT/Libraries/CIncludes/krb/RCS/conf-MacOS.h,v 1.6 90/03/06 16:08:54 jon Exp $
- *
- * Copyright 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
- *
- * Machine-type definitions: Mac with MPW C.
- */
-
- #ifndef _MAC_OS_CONF_
- #define _MAC_OS_CONF_
-
- #include <mit-copyright.h>
-
- #define BITS32
- #define BIG
- #define MSBFIRST
- #define MUSTALIGN
-
- /* we provide in.h, etc. */
- #define OSCONF_PROVIDES
-
- /* Only one user ... */
- #define SINGLE_USER
-
- /* 4.2bsd open */
- #define OLD_OPEN
-
- /* no stat system call*/
- #define NO_STAT
-
- /* As oppossed to AUX */
- #define MacOS
-
- #include <bsd-mac-compat.h>
-
- #endif /* _MAC_OS_CONF_ */
-